GdViewer.DropFileEventArgs Constructor(RoutedEvent,String[])
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As RoutedEvent, _
ByVal () As String _
)
public GdViewer.DropFileEventArgs(
RoutedEvent ,
string[]
)
public GdViewer.DropFileEventArgs(
: RoutedEvent;
: Stringarray of
);
public function GdViewer.DropFileEventArgs(
: RoutedEvent,
: String[]
);
public: GdViewer.DropFileEventArgs(
RoutedEvent* ,
string*[]*
)
public:
GdViewer.DropFileEventArgs(
RoutedEvent^ ,
array<String^>^
)
Parameters
- routedEvent
- File
See Also